Conversation
Report for GZ2E01 (9ffb520 - 8140d17)📈 Matched code: 60.71% (+0.16%, +18888 bytes) ✅ |
include/d/actor/d_a_npc_impal.h
Outdated
| /* 0xDE6 */ u16 mMode; | ||
| /* 0xDE8 */ u8 field_0xde8; | ||
| /* 0xDE9 */ u8 field_0xde9; | ||
| /* 0xDEA */ u8 field_0xdea[0xdec - 0xdea]; |
src/d/actor/d_a_npc_impal.cpp
Outdated
| s16 angle_delta = mCurAngle.y - mOldAngle.y; | ||
|
|
||
| cXyz lookat_pos[3] = {mLookatPos[0], mLookatPos[1], mLookatPos[2]}; | ||
| // csXyz** lookat_angle = getLookatAngle(); |
There was a problem hiding this comment.
This was my attempt at fixing an issue with literals. I was able to get rodata to fully match, but the lookat function still didn't match, so I left it commented out.
I've just removed it in the latest commit.
* d_a_npc_impal work * Address review comments
No description provided.